home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / Library / Implementation / HTGopher.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-09  |  444 b   |  26 lines

  1. /*  */
  2.  
  3. /*                      GOPHER ACCESS                           HTGopher.h
  4. **                      =============
  5. **
  6. ** History:
  7. **       8 Jan 92       Adapted from HTTP TBL
  8. */
  9.  
  10. #ifndef HTGOPHER_H
  11. #define HTGOPHER_H
  12.  
  13. #include "HTAccess.h"
  14. #include "HTAnchor.h"
  15.  
  16. /* extern int HTLoadGopher PARAMS((const char *arg,
  17.         HTParentAnchor * anAnchor,
  18.         int diag));
  19. */
  20. extern HTProtocol HTGopher;
  21.  
  22. #endif /* HTGOPHER_H */
  23. /*
  24.  
  25.     */
  26.